Project Information

Project Description

Background:

Idiopathic Pulmonary Fibrosis is a restrictive, inflammation driven lung disorder with little known progression and no known cure [1].
The disease pathophysiology is marked by shallow, labored breathing (dyspnea) as well as scarring or stiffening of the lung parenchyma [2,3].
In patients, diagnosis is often made histopathologically requiring patients be placed under general anesthesia, though newer methods using CT and spirometry are growing in popularity [4].
Treatment strategies include anti-inflammatory agents, corticosteroids, and even lung transplantation depending on the progression of the disease, an area that is less well studied [5].
Interestingly, clinicians report patient anxiety as a direct result of this inability to discern the future impact of the disease’s progression [6].
Here modern advancements in computer vision can aide in bridging the gap in predicting how lung function will progress on the individual patient level thereby helping clinicians understand the disease and better explain expected outcomes to patients.

Aims:

We aim to model a patients’ severity of decline in lung function given a CT scan of their lung.
Approach:
Using the Open Source Image Consortium (OSIC) [7] dataset of patients’ lung CT scans and spirometry results we propose to model the severity of expected lung function decline.
Lung function will be evaluated using the patient spirometry’s recorded Forced Vital Capacity (FVC), or the maximum amount of air a person can voluntarily expel from their lungs, with a higher FVC correlating to stronger lung function [8].
We will split our dataset of ~34000 DICOM format CT scan images and CSV format spirometer results into training, validation and testing splits of 50%, 20%, and 30% respectively.
Utilizing a convolutional neural network, we will predict FVC values from lung CT scans and evaluate our model using mean squared error and log likelihood ratios.